home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / varia / silo.txt < prev   
Text File  |  1993-07-24  |  614b  |  19 lines

  1.       SILO     : An event-based simulation platform.
  2.                           ----
  3.         S. Manoharan  sam@lfcs.edinburgh.ac.uk
  4.  
  5.  
  6. SILO is a library of C++ classes that provides building blocks
  7. for constructing event-based discrete event simulations. It
  8. provides four basic classes: Entity, Event, Resource and Bin.
  9.  
  10. Refer to
  11. @book{MacDo87,
  12.    author =    "M H MacDougall",
  13.    year =      "1987",
  14.    publisher = "MIT Press",
  15.    title =     "Simulating Computer Systems: Techniques and Tools"
  16. }
  17. for a discussion on event-based simulations and a C implementaion.
  18. SILO closely follows the description of [MacDo87].
  19.